build(deps): Bump cryptography from 46.0.7 to 48.0.1 in /framework#7417
build(deps): Bump cryptography from 46.0.7 to 48.0.1 in /framework#7417dependabot[bot] wants to merge 1 commit into
Conversation
2b21a51 to
483a32b
Compare
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
5136ec6 to
5d99b9b
Compare
Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.7 to 48.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@46.0.7...48.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
5d99b9b to
340b1d7
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 340b1d7a4e
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "grpcio-health-checking>=1.70.0,<2.0.0", | ||
| "protobuf>=5.28.0,<7.0.0", | ||
| "cryptography>=46.0.7,<47.0.0", | ||
| "cryptography>=46.0.7,<49.0.0", |
There was a problem hiding this comment.
Require cryptography 48.0.1 in the published dependency range
This line still advertises cryptography>=46.0.7 in the wheel/sdist metadata; uv.lock is not consulted when users install flwr from PyPI or into an environment with an existing constrained resolver. In those installs the resolver can keep 46.0.7, so the PR does not actually roll consumers forward to 48.0.1 despite the lock update. If the bump is needed for the dependency update, raise the lower bound to >=48.0.1 and regenerate the lock metadata.
Useful? React with 👍 / 👎.
Bumps cryptography from 46.0.7 to 48.0.1.
Changelog
Sourced from cryptography's changelog.
... (truncated)
Commits
de987ce48.0.1 version bump and changelog (#14996)8e03e30bump for 48.0.0 release (#14796)295e0d2Add AGENTS.md with CLAUDE.md symlink (#14794)104a2deBump BoringSSL, OpenSSL, AWS-LC in CI (#14793)67ec1e5call check_length early on AesSiv::encrypt (#14792)b2da57achangelog for mldsa/mlkem for openssl (#14791)3cf44adML-KEM OpenSSL support (#14781)2e31639ML-DSA OpenSSL support (#14773)5affe5afix rust nightly clippy (#14790)2e73ca4bump rust-openssl dep and update EcPoint::mul_generator to mul_generator2 (#1...